dispatchMultiWindowModeChanged

open fun dispatchMultiWindowModeChanged(isInMultiWindowMode: Boolean)(source)

Deprecated

Have your FragmentHostCallback implement androidx.core.app.OnMultiWindowModeChangedProvider to automatically dispatch multi-window mode changes to fragments.

Lets all Fragments managed by the controller's FragmentManager know the multi-window mode of the activity changed.

Call when the multi-window mode of the activity changed.

See also